# 0 - Pre-War Torpedo Bomber
model = {
	cost 						= 11
	buildtime					= 140
	defaultorganisation 		= 10
	manpower					= 1
	maxspeed					= 250
	surfacedetectioncapability	= 2
	airdetectioncapability		= 0
	surfacedefence				= 6
	airdefence					= 3
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 5
	range						= 200
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 1 - Basic Torpedo Bomber
model = {
	cost 						= 13
	buildtime					= 140
	defaultorganisation 		= 10
	manpower					= 1
	maxspeed					= 350
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 10
	airdefence					= 4
	airattack					= 2
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 7
	range						= 230
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 2 - Improved Torpedo Bomber
model = {
	cost 						= 15
	buildtime					= 140
	defaultorganisation 		= 10
	manpower					= 1
	maxspeed					= 400
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 14
	airdefence					= 4
	airattack					= 3
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 9
	range						= 260
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 3 - Advanced Torpedo Bomber
model = {
	cost 						= 18
	buildtime					= 140
	defaultorganisation 		= 10
	manpower					= 1
	maxspeed					= 450
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 18
	airdefence					= 5
	airattack					= 3
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 11
	range						= 300
	supplyconsumption 			= 2
	fuelconsumption				= 3
}